home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #10 / CD 10 (Black) - 1998.iso / k-cf.dxr / Internal_49.ls < prev    next >
Encoding:
Text File  |  1998-09-03  |  188 b   |  16 lines

  1. on enterFrame
  2.   if rollOver(2) then
  3.     go("Intro2")
  4.   else
  5.     if rollOver(3) then
  6.       go("Intro3")
  7.     else
  8.       go("IntroSlut")
  9.     end if
  10.   end if
  11. end
  12.  
  13. on exitFrame
  14.   go(#loop)
  15. end
  16.